projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc20ebb
)
Fix Roland's misplaced paren around call to marker-buffer.
author
Michael I. Bushnell
<mib@gnu.org>
Mon, 7 Feb 1994 18:40:13 +0000
(18:40 +0000)
committer
Michael I. Bushnell
<mib@gnu.org>
Mon, 7 Feb 1994 18:40:13 +0000
(18:40 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index f243eba664d1fdc6de767b0e2bebcb06caa715d4..04ed57026431f6e7fb5c12807a3d48f2ce278a63 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1357,7
+1357,7
@@
In Transient Mark mode, this does not activate the mark."
(set-marker (mark-marker) (or location (point)) (current-buffer))
;; Now push the mark on the global mark ring.
(if (and global-mark-ring
- (eq (marker-buffer (car global-mark-ring)
(current-buffer)
)))
+ (eq (marker-buffer (car global-mark-ring)
) (current-buffer
)))
;; The last global mark pushed was in this same buffer.
;; Don't push another one.
nil